home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / UUencode < prev    next >
Text File  |  1989-10-14  |  2KB  |  47 lines

  1.  
  2. NAME
  3.      uuencode, uudecode - encode/decode a binary file for
  4.      transmission via mail
  5.  
  6. SYNTAX
  7.      uuencode <infilename >outfilename filename
  8.      uudecode filename.uu
  9.  
  10. DESCRIPTION
  11.      The uuencode and uudecode commands are used to send a binary
  12.      file via uucp (or other) mail.
  13.  
  14.      The uuencode command takes the named source file (default
  15.      standard input) and produces an encoded version on the stan-
  16.      dard output.  The encoding uses only printing ASCII charac-
  17.      ters, and includes the mode of the file and the remotedest
  18.      for recreation on the remote system.
  19.  
  20.      The uudecode command reads an encoded file, strips off any
  21.      leading and trailing lines added by mailers, and recreates
  22.      the original file with the specified mode and name.
  23.  
  24.      The intent is that all mail to the user ``decode'' should be
  25.      filtered through the uudecode program.  This way the file is
  26.      created automatically without human intervention.  This is
  27.      possible on the uucp network by either using sendmail or by
  28.      making rmail be a link to Mail instead of mail. In each
  29.      case, an alias must be created in a master file to get the
  30.      automatic invocation of uudecode.
  31.  
  32.      If these facilities are not available, the file can be sent
  33.      to a user on the remote machine who can uudecode it manu-
  34.      ally.
  35.  
  36.      The encode file has an ordinary text form and can be edited
  37.      by any text editor to change the mode or remote name.
  38.  
  39. RESTRICTIONS
  40.      The file is expanded by 35% (3 bytes become 4 plus control
  41.      information) causing it to take longer to transmit.
  42.  
  43.      The user on the remote system who is invoking uudecode
  44.      (often uucp) must have write permission on the specified
  45.      file.
  46.  
  47.